home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
fractal
/
kaos.lha
/
tserlib
/
tser_lyap_proc.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-01-21
|
162 b
|
11 lines
/*
### procedure for generation time series and opening up the fft window ###
*/
void tser_lyap_proc()
{
all_reset();
create_lyap_windows();
all_refresh();
}